/**首页banner**/
.index-banner {
  position: relative;
}
.index-banner .box {
  display: block;
}
.index-banner .box img {
  display: block;
  width: 100%;
}
.index-banner .swiper-other {
  position: absolute;
  right: 0;
  bottom: 38px;
  z-index: 2;
  width: 100%;
}
.index-banner .swiper-points {
  --h: 17px;
  padding: 0 30px;
}
.index-banner .swiper-points .swiper-pagination-bullet {
  margin: 0 8px;
  position: relative;
  border-radius: 0;
  width: 2px;
  height: var(--h);
  background: transparent;
  opacity: 1;
}
.index-banner .swiper-points .swiper-pagination-bullet::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(0);
  width: 100%;
  height: 70%;
  background-color: rgba(255, 255, 255, 0.53);
  transition: background 0.3s, transform 0.3s, height 0.3s;
}
.index-banner .swiper-points .swiper-pagination-bullet-active::after {
  transform: translateY(-3px);
  height: 100%;
  background-color: #ffffff;
}
@media (max-width: 1200px) {
  .index-banner .swiper-other {
    bottom: 15px;
  }
  .index-banner .swiper-btns {
    display: none;
  }
  .index-banner .swiper-points {
    --h: 0.3rem;
    padding: 0 0.3rem;
  }
  .index-banner .swiper-points .swiper-pagination-bullet {
    margin: 0 0.1rem;
    width: 0.04rem;
  }
  .index-banner .swiper-points .swiper-pagination-bullet-active::after {
    transform: translateY(0);
  }
}
.site-map {
  border-top: 1px solid #eeeeee;
}
.site-map .menu-son {
  border-bottom: 1px solid #eeeeee;
  padding: 5px 0;
  font-size: 0;
}
.site-map .menu-son a:hover {
  color: #137fdc;
}
.site-map .menu-son .menu-title {
  display: inline-block;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8em;
}
.site-map .menu-son .menu-down .links {
  padding: 0 15px;
}
.site-map .menu-son .menu-down .ul {
  border-top: 1px solid #eeeeee;
  width: 100%;
  padding: 0 15px 15px;
}
.site-map .menu-son .menu-down .menu-down-type {
  margin-bottom: 5px;
  border-top: 1px solid #eeeeee;
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
}
.site-map .menu-son .menu-down .menu-down-type strong {
  font-weight: normal;
}
.site-map .menu-son .menu-down .menu-down-type:first-child {
  border-top: 0 none;
}
.site-map .menu-son .menu-down .menu-down-type:last-child {
  margin-bottom: -15px;
}
.site-map .menu-son .menu-down .menu-down-word {
  padding: 0 8px;
  font-size: 14px;
}
@media (max-width: 1200px) {
  .site-map .menu-son .menu-title {
    padding: 5px 10px;
  }
  .site-map .menu-son .menu-down .links {
    padding: 0 10px;
  }
  .site-map .menu-son .menu-down .ul {
    padding: 0 10px 10px;
  }
  .site-map .menu-son .menu-down .menu-down-type:last-child {
    margin-bottom: -10px;
  }
  .site-map .menu-son .menu-down .menu-down-word {
    padding: 0 5px;
  }
}
.index-product {
  padding-bottom: 57px;
}
@media (max-width: 1200px) {
  .index-product {
    padding-bottom: 0.65rem;
  }
}
.index-case {
  padding-bottom: 80px;
}
@media (max-width: 1400px) {
  .index-case {
    padding-bottom: 60px;
  }
}
@media (max-width: 1200px) {
  .index-case {
    padding-bottom: 0.65rem;
  }
}
.index-about {
  background: url(../images/index/bg1.jpg) no-repeat center / cover;
}
.index-about .flex-box {
  padding-top: 75px;
  padding-bottom: 75px;
}
.index-about .left-cont {
  width: 43.46%;
}
.index-about .left-cont .cont {
  margin-top: -0.5em;
  margin-bottom: 2.5em;
  font-size: 16px;
  line-height: 2.6em;
  color: #333333;
}
.index-about .right-cont {
  width: 52.69%;
}
.index-about .right-cont .img-box {
  display: block;
}
@media (min-width: 1201px) {
  .index-about .left-cont .auto-title-block {
    padding-top: 0;
  }
}
@media (max-width: 1400px) {
  .index-about .flex-box {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .index-about .left-cont .cont {
    margin-bottom: 1.5em;
    font-size: 16px;
    line-height: 1.8em;
  }
}
@media (max-width: 1200px) {
  .index-about .flex-box {
    padding-top: 0;
    padding-bottom: 0.65rem;
  }
  .index-about .left-cont {
    width: 100%;
  }
  .index-about .left-cont .cont {
    margin-top: -0.5em;
    margin-bottom: 1em;
    text-align: center;
    font-size: 0.28rem;
  }
  .index-about .left-cont .more-box-b {
    justify-content: center;
  }
  .index-about .right-cont {
    margin-top: 0.4rem;
    width: 100%;
  }
}
.index-news .list2 {
  padding-top: 20px;
  padding-bottom: 60px;
}
@media (max-width: 1400px) {
  .index-news .list2 {
    padding-top: 0;
    padding-bottom: 40px;
  }
}
@media (max-width: 1200px) {
  .index-news .auto-title-block {
    text-align: left;
  }
  .index-news .list2 {
    padding-bottom: 0.4rem;
  }
}
.index-partner {
  padding-bottom: 65px;
}
.index-partner.pb2 {
  padding-bottom: 90px;
}
.index-partner .swiper-box .swiper-slide {
  height: auto;
}
@media (max-width: 1400px) {
  .index-partner {
    padding-bottom: 60px;
  }
  .index-partner.pb2 {
    padding-bottom: 90px;
  }
}
@media (max-width: 1200px) {
  .index-partner {
    padding-bottom: 0.65rem;
  }
  .index-partner.pb2 {
    padding-bottom: 0.65rem;
  }
}
.auto-banner {
  position: relative;
}
.auto-banner .img-div .pc {
  display: block;
}
.auto-banner .img-div .phone {
  display: none;
}
.auto-banner .word {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 1.6em;
  color: #ffffff;
}
.auto-banner .word .h1 {
  font-size: 2.125em;
  line-height: 1.4em;
}
@media (max-width: 1200px) {
  .auto-banner .word {
    font-size: 0.28rem;
    line-height: 1.6em;
  }
  .auto-banner .word .h1 {
    margin-bottom: 0.1em;
    font-size: 1.4em;
  }
}
@media (max-width: 992px) {
  .auto-banner {
    position: relative;
  }
  .auto-banner .img-div .pc {
    display: none;
  }
  .auto-banner .img-div .phone {
    display: block;
  }
}
.about-block-a {
  padding-top: clamp(35px, 5vw, 75px);
  padding-bottom: clamp(35px, 5vw, 85px);
}
.about-block-a .flex-box .text-cont {
  position: relative;
  width: 46.539%;
}
.about-block-a .flex-box .text-cont::before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(20%);
  width: 233px;
  height: 233px;
  background: url(../images/about/list_2_2.png) no-repeat bottom right / contain;
  pointer-events: none;
}
.about-block-a .flex-box .text-cont .auto-title-block-a {
  margin-top: -15px;
  padding-bottom: 0;
}
.about-block-a .flex-box .text-cont .text {
  margin-top: 2.5em;
  font-size: 16px;
  line-height: 2.5625em;
  color: #555555;
}
.about-block-a .img-cont {
  width: 49.5%;
}
.about-block-a .img-cont img {
  width: 100%;
}
@media (max-width: 1400px) {
  .about-block-a .flex-box .text-cont {
    position: relative;
    width: 46.539%;
  }
  .about-block-a .flex-box .text-cont::before {
    width: 180px;
    height: 180px;
  }
  .about-block-a .flex-box .text-cont .auto-title-block-a {
    margin-top: 0;
  }
  .about-block-a .flex-box .text-cont .text {
    margin-top: 1.5em;
    font-size: 16px;
    line-height: 1.8em;
  }
}
@media (max-width: 1200px) {
  .about-block-a {
    padding-top: 0;
    padding-bottom: 0.65rem;
  }
  .about-block-a .flex-box .text-cont {
    order: -1;
    width: 100%;
  }
  .about-block-a .flex-box .text-cont::before {
    transform: translateY(0);
    width: 2rem;
    height: 2rem;
  }
  .about-block-a .flex-box .text-cont .text {
    margin-top: 0.8em;
    font-size: 0.26rem;
    line-height: 1.6em;
  }
  .about-block-a .img-cont {
    margin-top: 0.3rem;
    width: 100%;
  }
}
.about-culture {
  padding-bottom: clamp(35px, 5vw, 85px);
}
@media (max-width: 1200px) {
  .about-culture {
    padding-bottom: 0.65rem;
  }
}
.honor-block {
  padding-bottom: clamp(35px, 3.5vw, 60px);
  background: url(../images/about/list_4_bg.jpg) no-repeat center / cover;
}
.honor-block .auto-title-block-a {
  padding-bottom: 10px;
}
.honor-block .swiper-ohide {
  --p: 75px;
  margin: -15px calc(var(--p)*-1);
  padding: 10px;
  overflow: hidden;
}
.honor-block .swiper-box {
  padding: 15px;
}
.honor-block .swiper-box .swiper {
  padding-top: 15px;
  padding-bottom: 15px;
  overflow: visible;
}
.honor-block .swiper-box .swiper .swiper-slide {
  position: relative;
}
.honor-block .swiper-box .swiper .swiper-slide .box {
  display: block;
  box-shadow: 0px 14px 29px 0px rgba(67, 67, 67, 0.28);
  transform: scale(0.714);
  -ms-transform-origin-y: 100%;
  -webkit-transform-origin-y: 100%;
  -ms-transform-origin-x: 170%;
  -webkit-transform-origin-x: 170%;
  transition: transform 0.3s;
}
.honor-block .swiper-box .swiper .swiper-slide.swiper-slide-prev .box,
.honor-block .swiper-box .swiper .swiper-slide.swiper-slide-next .box {
  transform: scale(0.857);
}
.honor-block .swiper-box .swiper .swiper-slide.swiper-slide-prev .box {
  -ms-transform-origin-x: 120%;
  -webkit-transform-origin-x: 120%;
}
.honor-block .swiper-box .swiper .swiper-slide.swiper-slide-next .box {
  -ms-transform-origin-x: -20%;
  -webkit-transform-origin-x: -20%;
}
.honor-block .swiper-box .swiper .swiper-slide.swiper-slide-next + .swiper-slide .box {
  -ms-transform-origin-x: -70%;
  -webkit-transform-origin-x: -70%;
}
.honor-block .swiper-box .swiper .swiper-slide.swiper-slide-active {
  z-index: 2;
}
.honor-block .swiper-box .swiper .swiper-slide.swiper-slide-active .box {
  transform: scale(1);
}
@media (max-width: 1400px) {
  .honor-block .swiper-ohide {
    --p: 0;
    padding: 5px 10px;
  }
  .honor-block .swiper-box {
    padding: 0 15px;
  }
}
@media (max-width: 1200px) {
  .honor-block {
    padding-bottom: 0.4rem;
  }
  .honor-block .swiper-box {
    margin-top: -15px;
  }
}
.history-block {
  padding-bottom: clamp(35px, 5vw, 100px);
  background-color: #f7f7f7;
  overflow: hidden;
}
.history-block .year-box {
  --pad: 50px;
  --h: 80px;
  --w: 60px;
  position: relative;
  z-index: 2;
  padding-left: calc(var(--pad)*1.1);
  padding-right: calc(var(--pad)*1.1);
}
.history-block .year-box::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 1px;
  background-color: #e9ebf4;
}
.history-block .year-box .point {
  display: block;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: var(--main-color);
}
.history-block .year-box .swiper-pad {
  width: calc(var(--w)*4);
  overflow: hidden;
}
.history-block .year-box .swiper-pad .swiper {
  width: calc(var(--w)*9);
}
.history-block .year-box .swiper-right .swiper {
  float: right;
}
.history-block .year-box .swiper-mid {
  width: calc(100% - var(--w)*8);
}
.history-block .year-box .swiper-mid .box .num {
  margin-left: 25px;
  margin-top: 0;
  position: static;
  transform: translate(0);
  line-height: var(--h);
}
.history-block .year-box .swiper-mid .swiper-slide-active .box .num {
  font-size: 99px;
  font-weight: bold;
  color: var(--main-color);
}
.history-block .year-box .box {
  position: relative;
  height: var(--h);
}
.history-block .year-box .box .num {
  margin-top: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  line-height: 1em;
  color: #999999;
  transition: all 0.3s;
}
.history-block .year-box .swiper-btns-a .swiper-btn {
  --size1: var(--pad);
  --fill: #ffffff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.history-block .year-box .swiper-btns-a .swiper-btn .self-svg {
  border-radius: 50%;
}
.history-block .year-box .swiper-btns-a .prev {
  left: 0;
}
.history-block .year-box .swiper-btns-a .prev svg {
  margin-right: 5%;
}
.history-block .year-box .swiper-btns-a .next {
  right: 0;
}
.history-block .year-box .swiper-btns-a .next svg {
  margin-left: 10%;
}
.history-block .year-cont-box {
  margin-top: 75px;
}
.history-block .year-cont-box .flex-box .img {
  width: 48.46%;
}
.history-block .year-cont-box .flex-box .img img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.history-block .year-cont-box .flex-box .cont {
  width: 45.76%;
}
.history-block .year-cont-box .flex-box .h6 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.6em;
  color: #333333;
}
.history-block .year-cont-box .flex-box .text {
  margin-top: 1em;
  font-size: 16px;
  line-height: 2.5625em;
  color: #555555;
}
@media (max-width: 1400px) {
  .history-block .year-box .swiper-mid .swiper-slide-active .box .num {
    font-size: 70px;
  }
  .history-block .year-cont-box {
    margin-top: 55px;
  }
  .history-block .year-cont-box .flex-box .h6 {
    font-size: 26px;
  }
  .history-block .year-cont-box .flex-box .text {
    margin-top: 0.5em;
    font-size: 17px;
  }
}
@media (max-width: 1200px) {
  .history-block {
    padding-bottom: 0.65rem;
  }
  .history-block .year-box {
    --pad: 0.6rem;
    --h: 0.8rem;
    --w: 0.8rem;
    margin-top: -0.2rem;
  }
  .history-block .year-box .point {
    width: 0.1rem;
    height: 0.1rem;
  }
  .history-block .year-box .swiper-pad {
    width: calc(var(--w)*2);
    overflow: hidden;
  }
  .history-block .year-box .swiper-pad .swiper {
    width: calc(var(--w)*5);
  }
  .history-block .year-box .swiper-mid {
    width: calc(100% - var(--w)*4);
  }
  .history-block .year-box .swiper-mid .box .num {
    margin-left: 0.2rem;
  }
  .history-block .year-box .swiper-mid .swiper-slide-active .box .num {
    font-size: 0.5rem;
  }
  .history-block .year-box .box .num {
    margin-top: 0.3rem;
    font-size: 0.28rem;
  }
  .history-block .year-cont-box {
    margin-top: 0.3rem;
  }
  .history-block .year-cont-box .flex-box .img {
    width: 100%;
  }
  .history-block .year-cont-box .flex-box .cont {
    width: 100%;
    padding-left: 0;
    padding-top: 0.3rem;
  }
  .history-block .year-cont-box .flex-box .h6 {
    font-size: 0.3rem;
    line-height: 1.5em;
  }
  .history-block .year-cont-box .flex-box .text {
    margin-top: 0.5em;
    font-size: 0.26rem;
    line-height: 1.6em;
  }
}
.product-list {
  padding-top: 65px;
  padding-bottom: 90px;
}
@media (max-width: 1400px) {
  .product-list {
    padding-bottom: 65px;
  }
}
@media (max-width: 1200px) {
  .product-list {
    padding-top: 0.65rem;
    padding-bottom: 0.65rem;
  }
}
.product-info .info-top .flex-block {
  padding-top: 70px;
  padding-bottom: 70px;
}
.product-info .info-top .big-img {
  position: relative;
  width: 52.308%;
}
.product-info .info-top .big-img .img-box {
  display: block;
}
.product-info .info-top .big-img .Imgs {
  border: 1px solid #e4e4e4;
  width: calc(100% - 106px);
}
.product-info .info-top .big-img .swiper-box {
  position: absolute;
  left: 0;
  width: 96px;
  height: 100%;
  padding: 30px 0;
}
.product-info .info-top .big-img .swiper-box .swiper-slide.on .img-box {
  border-color: var(--main-color);
}
.product-info .info-top .big-img .swiper-box .img-box {
  border: 1px solid #e4e4e4;
  height: 100%;
  cursor: pointer;
  transition: all 0.3s;
}
.product-info .info-top .big-img .swiper {
  height: 100%;
}
.product-info .info-top .big-img .swiper-btns-d .swiper-btn {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
}
.product-info .info-top .big-img .swiper-btns-d .prev {
  top: 0;
}
.product-info .info-top .big-img .swiper-btns-d .next {
  bottom: 0;
}
.product-info .info-top .right-cont {
  padding-top: 5px;
  width: 44.4%;
}
.product-info .info-top .right-cont .h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.4em;
  color: #333333;
}
.product-info .info-top .right-cont .des {
  margin: 15px 0 23px;
  font-size: 15px;
  line-height: 1.86em;
  color: #888888;
}
.product-info .info-top .right-cont .ul {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 1.35em 0;
  font-size: 15px;
  line-height: 1.6em;
  color: #333333;
}
.product-info .info-top .right-cont .ul .li {
  display: flex;
  padding-top: 0.33em;
  padding-bottom: 0.33em;
  align-items: flex-start;
}
.product-info .info-top .right-cont .ul .li::before {
  content: '';
  flex-shrink: 0;
  margin-top: 0.5em;
  margin-right: 0.67em;
  border: 0 none;
  border-left: 0.53em solid #e3e3e3;
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
}
.product-info .info-top .right-cont .ul .li:hover::before {
  border-left-color: var(--main-color);
}
.product-info .info-top .right-cont .more-box-b {
  margin-top: 45px;
}
.product-info .info-cont {
  padding-top: 70px;
  padding-bottom: 70px;
  background: #f1f1f1 url(../images/product/list_3_1.jpg) no-repeat top center / 100%;
}
.product-info .info-cont .bg {
  padding: 35px 50px 10px;
}
.product-info .info-cont .bg .title-box {
  position: relative;
  border-bottom: 1px solid #dfdfdf;
  font-size: 20px;
  font-weight: bold;
  line-height: 2em;
  color: var(--main-color);
}
.product-info .info-cont .bg .title-box .title {
  position: relative;
  padding-top: 0.35em;
  padding-bottom: 0.35em;
}
.product-info .info-cont .bg .title-box .title::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 2px;
  width: 100%;
  background-color: var(--main-color);
}
.product-info .info-cont .bg .cont {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 1400px) {
  .product-info .info-top .flex-block {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .product-info .info-top .right-cont .h2 {
    font-size: 26px;
  }
  .product-info .info-top .right-cont .des {
    margin: 15px 0 20px;
    line-height: 1.7em;
  }
  .product-info .info-top .right-cont .ul {
    padding: 1.15em 0;
  }
  .product-info .info-top .right-cont .ul .li {
    padding-top: 0.23em;
    padding-bottom: 0.23em;
  }
  .product-info .info-top .right-cont .more-box-b {
    margin-top: 25px;
  }
  .product-info .info-cont {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .product-info .info-cont .bg {
    padding: 20px 40px 10px;
  }
  .product-info .info-cont .bg .title-box {
    font-size: 18px;
  }
  .product-info .info-cont .bg .title-box .title {
    padding-top: 0.3em;
    padding-bottom: 0.3em;
  }
  .product-info .info-cont .bg .cont {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media (min-width: 1201px) {
  .product-info .info-top .big-img .swiper-box .img-box::before {
    padding-top: 0;
  }
}
@media (max-width: 1200px) {
  .product-info .info-top .flex-block {
    padding-top: 0.65rem;
    padding-bottom: 0.65rem;
  }
  .product-info .info-top .big-img {
    width: 100%;
  }
  .product-info .info-top .big-img .Imgs {
    order: -1;
    margin-bottom: 0.3rem;
    width: 100%;
  }
  .product-info .info-top .big-img .swiper-box {
    position: relative;
    width: 100%;
    padding: 0 35px;
  }
  .product-info .info-top .big-img .swiper-btns-d .swiper-btn {
    height: 100%;
    width: 25px;
  }
  .product-info .info-top .big-img .swiper-btns-d .self-svg {
    --h: 100%;
  }
  .product-info .info-top .big-img .swiper-btns-d .prev svg {
    transform: rotate(90deg);
  }
  .product-info .info-top .big-img .swiper-btns-d .next {
    left: auto;
    right: 0;
  }
  .product-info .info-top .big-img .swiper-btns-d .next svg {
    transform: rotate(-90deg);
  }
  .product-info .info-top .right-cont {
    width: 100%;
    padding-top: 0.35rem;
  }
  .product-info .info-top .right-cont .h2 {
    font-size: 0.34rem;
  }
  .product-info .info-top .right-cont .des {
    margin: 0.15rem 0 0.2rem;
    font-size: 0.28rem;
    line-height: 1.6em;
  }
  .product-info .info-top .right-cont .ul {
    padding: 1em 0;
  }
  .product-info .info-top .right-cont .ul .li {
    padding-top: 0.15em;
    padding-bottom: 0.15em;
    font-size: 0.26rem;
  }
  .product-info .info-top .right-cont .more-box-b {
    margin-top: 0.35rem;
  }
  .product-info .info-cont {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .product-info .info-cont .bg {
    padding: 0.2rem 0.4rem 0.4rem;
  }
  .product-info .info-cont .bg .title-box {
    font-size: 0.3rem;
  }
  .product-info .info-cont .bg .title-box .title {
    padding-top: 0.15em;
    padding-bottom: 0.15em;
  }
  .product-info .info-cont .bg .cont {
    padding-top: 0.35rem;
    padding-bottom: 0;
  }
}
.case-list {
  padding-top: 60px;
  padding-bottom: 80px;
}
@media (max-width: 1400px) {
  .case-list {
    padding-top: 55px;
    padding-bottom: 65px;
  }
}
@media (max-width: 1200px) {
  .case-list {
    padding-top: 0.55rem;
    padding-bottom: 0.65rem;
  }
}
.download-list {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 1400px) {
  .download-list {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 1200px) {
  .download-list {
    padding-top: 0.5rem;
    padding-bottom: 0.65rem;
  }
}
.question-list {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 1400px) {
  .question-list {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 1200px) {
  .question-list {
    padding-top: 0.5rem;
    padding-bottom: 0.65rem;
  }
}
.auto-info {
  padding: 70px 0;
}
.auto-info .bg {
  margin: 0 auto;
  border-radius: 3px;
  width: 1200px;
  max-width: 100%;
  padding: 0 5% 60px;
}
.auto-info .bg .auto-title-block-a {
  padding-bottom: 40px;
}
.auto-info .bg .auto-cont {
  font-size: 17px;
  line-height: 1.7em;
}
.auto-info .bg .auto-cont h5 {
  margin: 0.4em 0 0.6em;
  font-size: 1.3em;
  font-weight: bold;
}
.auto-info .bg .auto-cont p {
  margin-top: 0.1em;
}
@media (max-width: 1400px) {
  .auto-info {
    padding: 65px 0;
  }
  .auto-info .bg {
    padding: 0 5% 50px;
  }
  .auto-info .bg .auto-title-block-a {
    padding-bottom: 30px;
  }
  .auto-info .bg .auto-cont {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .auto-info {
    padding: 0.5rem 0 0.65rem;
  }
  .auto-info .bg {
    padding: 0 0.35rem 0.5rem;
  }
  .auto-info .bg .auto-title-block-a {
    padding-bottom: 0.3rem;
  }
  .auto-info .bg .auto-cont {
    font-size: 0.27rem;
  }
  .auto-info .bg .auto-cont h5 {
    margin: 0.2em 0 0.4em;
    font-size: 1.2em;
  }
}
.news-list {
  padding-top: 60px;
  padding-bottom: 80px;
}
@media (max-width: 1400px) {
  .news-list {
    padding-top: 55px;
    padding-bottom: 65px;
  }
}
@media (max-width: 1200px) {
  .news-list {
    padding-top: 0.5rem;
    padding-bottom: 0.65rem;
  }
}
.news-info {
  padding-top: 60px;
  padding-bottom: 88px;
}
.news-info .news-left {
  width: 70.7%;
  overflow: hidden;
}
.news-info .news-left .bg {
  padding: 45px 60px 20px;
}
.news-info .news-left .h2 {
  font-size: 30px;
  line-height: 1.4em;
  color: #333333;
}
.news-info .news-left .other {
  padding-top: 13px;
  padding-bottom: 25px;
  font-size: 16px;
  line-height: 30px;
  color: #c8c8c8;
}
.news-info .news-left .other .word {
  font-size: 14px;
  line-height: 1.6em;
  color: #999999;
}
.news-info .news-left .other .word .line {
  margin: 0 18px;
  width: 1px;
  height: 10px;
  background-color: #dddddd;
}
.news-info .news-left .other .word .type {
  font-size: 15px;
  line-height: 1.6em;
  color: #888888;
}
.news-info .news-left .other .word .type:hover {
  color: var(--main-color);
}
.news-info .news-left .other .share-box-line {
  --p: 7px;
  margin-top: 22px;
}
.news-info .news-left .other .share-box-line::before,
.news-info .news-left .other .share-box-line::after {
  content: '';
  display: inline-flex;
  height: 1px;
  width: 100%;
  background-color: #f1f1f1;
}
.news-info .news-left .other .share-box-line .share-box-a {
  flex-shrink: 0;
  padding: 0 var(--p);
}
.news-info .news-left .other .share-box-line .btn {
  margin: 0 var(--p);
}
.news-info .news-left .content {
  border-bottom: 1px solid #f0f0f0;
  padding: 10px 0 35px;
  font-size: 15px;
  line-height: 1.8em;
  color: #888888;
  text-wrap: unset!important;
}
.content span{text-wrap: unset!important; }
.news-info .news-left .content img {
  height: auto!important;
}
.news-info .news-left .content p + p {
  margin-top: 2.2em;
}
.news-info .news-right {
  width: 26%;
}
.news-info .news-right .put-news {
  position: sticky;
  top: var(--header-height);
}
.info-page-box {
  padding: 20px 0;
}
.info-page-box .p {
  max-width: 48%;
  font-size: 15px;
  line-height: 2em;
  color: #888888;
}
.info-page-box .p a:hover {
  color: var(--main-color);
}
.put-news {
  --p: 28px;
  padding-bottom: 10px;
}
.put-news .h5 {
  padding: 0 var(--p);
  font-size: 20px;
  line-height: 86px;
  color: #444444;
}
.put-news .h5 a:hover {
  color: var(--main-color);
}
@media (max-width: 1400px) {
  .news-info {
    padding-top: 55px;
    padding-bottom: 65px;
  }
  .news-info .news-left .h2 {
    font-size: 26px;
  }
  .news-info .news-left .other {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .news-info .news-left .other .share-box-line {
    margin-top: 10px;
  }
  .news-info .content p + p {
    margin-top: 2em;
  }
  .info-page-box {
    padding: 15px 0;
  }
  .put-news {
    --p: 25px;
  }
  .put-news .h5 {
    font-size: 18px;
    line-height: 66px;
  }
}
@media (max-width: 1200px) {
  .news-info {
    padding: 0.5rem 0 0.65rem;
  }
  .news-info .news-left {
    width: 100%;
  }
  .news-info .news-left .bg {
    padding: 0.5rem 0.35rem 0;
  }
  .news-info .news-left .h2 {
    font-size: 0.32rem;
  }
  .news-info .news-left .other {
    padding-top: 0.15rem;
    padding-bottom: 0;
    font-size: 0.28rem;
  }
  .news-info .news-left .other .word {
    font-size: 0.26rem;
  }
  .news-info .news-left .other .word .line {
    margin: 0 0.2rem;
    height: 0.26rem;
  }
  .news-info .news-left .other .word .type {
    font-size: 0.26rem;
  }
  .news-info .news-left .other .share-box-line {
    --p: 0.1rem;
    margin-top: 0.2rem;
  }
  .news-info .news-left .content {
    padding: 0.25rem 0 0.35rem;
    font-size: 0.27rem;
  }
  .news-info .news-left .content p + p {
    margin-top: 0.8em;
  }
  .news-info .news-right {
    margin-top: 0.4rem;
    width: 100%;
  }
  .info-page-box {
    padding: 0.25rem 0;
  }
  .info-page-box .p {
    width: 100%;
    max-width: 100%;
    font-size: 0.27rem;
  }
  .put-news {
    --p: 0.35rem;
    padding-bottom: 0;
  }
  .put-news .h5 {
    font-size: 0.3rem;
    line-height: 1.1rem;
  }
}
.contact-block-a {
  padding-bottom: 35px;
  text-align: center;
  font-size: 14px;
  line-height: 1.71em;
  color: #333333;
}
.contact-block-a ul {
  margin-top: -23px;
}
.contact-block-a ul li {
  transform: translateY(0);
  width: 30%;
  transition: transform 0.3s;
}
.contact-block-a ul li .box {
  padding: 3%;
}
.contact-block-a ul li .box .self-svg {
  --size1: 118px;
  --size: 50%;
  --fill: #ffffff;
  margin: 0 auto;
  border-radius: 50%;
  width: var(--size1);
  height: var(--size1);
  background-color: var(--main-third-color);
  transition: background 0.3s;
}
.contact-block-a ul li .box .self-svg svg {
  transform: scaleX(1);
  transition: transform 0.3s;
}
.contact-block-a ul li .box a:hover {
  color: var(--main-color);
}
.contact-block-a ul li .box .h3 {
  margin-top: 1.1em;
  margin-bottom: 1em;
  font-size: 18px;
  line-height: 1.4em;
  color: #999999;
}
.contact-block-a ul li .box .phone {
  font-size: 28px;
  line-height: 1em;
}
.contact-block-a ul li:hover {
  transform: translateY(-3px);
}
.contact-block-a ul li:hover .box .self-svg {
  background-color: var(--main-color);
}
.contact-block-a ul li:hover .box .self-svg svg {
  transform: scaleX(-1);
}
.map-block .map {
  height: clamp(350px, 50vh, 525px);
}
.contact-form {
  padding-bottom: 50px;
}
.contact-form .form {
  --pad: 7px;
  --h: 48px;
  margin: calc(var(--pad)*-1);
  font-size: 15px;
  color: #555555;
}
.contact-form .form .form-type {
  margin-top: -2em;
  margin-bottom: 22px;
  font-size: 16px;
  line-height: 1.4em;
  color: #222222;
}
.contact-form .form .form-type .type-son {
  margin: 0 1.1em;
  position: relative;
  cursor: pointer;
}
.contact-form .form .form-type .type-son .radio {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.contact-form .form .form-type .type-son .radio:checked + .type-word {
  color: var(--main-color);
}
.contact-form .form .form-type .type-son .radio:checked + .type-word::after {
  width: 100%;
}
.contact-form .form .form-type .type-son:hover {
  color: var(--main-color);
}
.contact-form .form .form-type .type-son:hover .type-word::after {
  width: 100%;
}
.contact-form .form .form-type .type-word {
  display: block;
  position: relative;
  padding: 0.7em 0;
}
.contact-form .form .form-type .type-word::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background: var(--main-color);
  transition: width 0.3s;
}
.contact-form .form .input-box {
  padding: var(--pad);
}
.contact-form .form .input-box .input {
  border: 1px solid #e0e0e0;
  width: 100%;
  padding: 10px 1.8em;
  line-height: calc(var(--h) - 10px*2);
}
.contact-form .form .input-box .input::placeholder {
  color: #a0a0a0;
}
.contact-form .form .input-box textarea {
  display: block;
  height: 260px;
}
.contact-form .form .code-box .input {
  width: 232px;
}
.contact-form .form .code-box img {
  margin-left: 12px;
  width: 134px;
  height: var(--h);
  object-fit: fill;
  cursor: pointer;
}
.contact-form .form .submit-box {
  margin-top: 25px;
}
.contact-form .form .submit-box .submit {
  width: 160px;
  max-width: 100%;
  padding: 0 1.5em;
  background-color: var(--main-color);
  cursor: pointer;
  text-align: center;
  line-height: var(--h);
  color: #ffffff;
  transition: all 0.3s;
}
.contact-form .form .submit-box .submit:hover {
  background-color: var(--main-hover-color);
}
@media (max-width: 1400px) {
  .contact-block-a {
    padding-bottom: 25px;
  }
  .contact-block-a ul {
    margin-top: -23px;
  }
  .contact-block-a ul li .box .self-svg {
    --size1: 90px;
  }
  .contact-block-a ul li .box .h3 {
    margin-top: 0.8em;
    margin-bottom: 0.6em;
    font-size: 16px;
  }
  .contact-block-a ul li .box .phone {
    font-size: 26px;
  }
  .contact-form .form {
    --h: 42px;
  }
  .contact-form .form .submit-box {
    margin-top: 15px;
  }
}
@media (max-width: 1200px) {
  .contact-block-a {
    padding-bottom: 0.4rem;
    font-size: 0.26rem;
    line-height: 1.6em;
  }
  .contact-block-a ul {
    margin-top: -0.1rem;
  }
  .contact-block-a ul li {
    width: 100%;
    padding: 0.1rem;
  }
  .contact-block-a ul li .box .self-svg {
    --size1: 1.1rem;
  }
  .contact-block-a ul li .box .h3 {
    margin-top: 0.5em;
    margin-bottom: 0.3em;
    font-size: 0.28rem;
  }
  .contact-block-a ul li .box .phone {
    font-size: 0.28rem;
  }
  .map-block .map {
    height: 5rem;
  }
  .map-block .map .BMap_Marker img {
    display: block;
    transform: scale(0.7);
  }
  .contact-form {
    padding-bottom: 0.65rem;
  }
  .contact-form .form {
    --pad: 0.12rem;
    --h: 0.8rem;
    font-size: 0.26rem;
  }
  .contact-form .form .form-type {
    margin-top: -0.2em;
    margin-bottom: 1em;
    font-size: 0.28rem;
  }
  .contact-form .form .form-type .type-son {
    margin: 0 0.8em;
  }
  .contact-form .form .input-box .input {
    padding: 0.1rem 1.2em;
    line-height: calc(var(--h) - 0.1rem*2);
  }
  .contact-form .form .input-box textarea {
    height: 2.6rem;
  }
  .contact-form .form .submit-box {
    margin-top: 0.15rem;
  }
  .contact-form .form .submit-box .submit {
    width: 100%;
  }
}
/**加入我们**/
.join-list {
  padding-bottom: 85px;
}
@media (max-width: 1400px) {
  .join-list {
    padding-bottom: 65px;
  }
}
@media (max-width: 1200px) {
  .join-list {
    padding-bottom: 0.65rem;
  }
}
